$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	<!-- no cache headers -->
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="-1" />
	<meta http-equiv="Cache-Control" content="no-cache" />
	<!-- end no cache headers -->
	<title>$vboptions[bbtitle] - $bookname</title>
	$headinclude
</head>
<body>
$header
$navbar

<center>
<form name="add" action="guestbook.php?guest=doadd" method="post" onSubmit="return filledate(this)">
<b>
<br>
<input type="text" name="name"><br>
 <br>
<input type="text" name="mail"><br>
 <br>
<select size="1" name="taq">
  <option></option>
  <option> </option>
  <option> </option>
  <option></option>
  <option>  </option>
</select><br><br>
<br><input size="50" name="title" type="text" value=""><br>
<br>
<textarea name="msg" rows="10" cols="50"></textarea><br>
<input type="submit" value="">
</b>
</form>
</center>

$footer
</body>
</html>